Skip to content

查询转账电子回单

查询转账电子回单接口,商户通过该接口可以查询电子回单受理进度信息,包括电子回单据信息,电子回单文件的hash值,电子回单文件的下载地址等 官方文档 官方文档

js
wxpay
.
v3
.
transfer
.
billReceipt
.
_out_batch_no_
.
get
({
out_batch_no
,
}) .
then
(
({
data
: {
out_batch_no
,
signature_no
,
signature_status
,
hash_type
,
hash_value
,
download_url
,
create_time
,
update_time
,
}, }) => ({
out_batch_no
,
signature_no
,
signature_status
,
hash_type
,
hash_value
,
download_url
,
create_time
,
update_time
,
}) )

Released under the MIT License. (SITEMAP)